_XMasterPageTarget.java (ef39d40d) _XMasterPageTarget.java (bb6af6bc)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 80 unchanged lines hidden (view full) ---

89
90 // set the new Page as MasterPage
91 log.println("set the new MasterPage");
92 oObj.setMasterPage(oNewPage);
93
94 // get the new MasterPage
95 DrawPage = oObj.getMasterPage();
96
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 80 unchanged lines hidden (view full) ---

89
90 // set the new Page as MasterPage
91 log.println("set the new MasterPage");
92 oObj.setMasterPage(oNewPage);
93
94 // get the new MasterPage
95 DrawPage = oObj.getMasterPage();
96
97 // test the diffrent MasterPages
97 // test the different MasterPages
98 if (DrawPage.equals(oOldPage)) result = false;
99
100 tRes.tested("setMasterPage()",result);
101 }
102
103} // end of XMasterPageTarget
104
98 if (DrawPage.equals(oOldPage)) result = false;
99
100 tRes.tested("setMasterPage()",result);
101 }
102
103} // end of XMasterPageTarget
104