diff options
author | obo <obo@openoffice.org> | 2010-06-14 15:48:08 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-14 15:48:08 +0200 |
commit | 17ae4c5cc34ac5c0543a4c56ecabcf5ac86f3422 (patch) | |
tree | 2d474a74a580d3406e93bfb6b5533843adb371e1 /svx/inc | |
parent | d90357ca774dd72600c7498045d714375bb670ad (diff) | |
parent | b9eab08ec09621055a7366ef938b2c68cf2d0a97 (diff) |
CWS-TOOLING: integrate CWS aw081
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/sdrmasterpagedescriptor.hxx | 2 | ||||
-rw-r--r-- | svx/inc/svx/svdpage.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/svx/inc/svx/sdrmasterpagedescriptor.hxx b/svx/inc/svx/sdrmasterpagedescriptor.hxx index 8325d2a57fa1..612f2ab927ec 100644 --- a/svx/inc/svx/sdrmasterpagedescriptor.hxx +++ b/svx/inc/svx/sdrmasterpagedescriptor.hxx @@ -89,8 +89,6 @@ namespace sdr // operators sal_Bool operator==(const MasterPageDescriptor& rCandidate) const; sal_Bool operator!=(const MasterPageDescriptor& rCandidate) const; - - const SfxItemSet& getCorrectFillAttributes() const; }; } // end of namespace sdr diff --git a/svx/inc/svx/svdpage.hxx b/svx/inc/svx/svdpage.hxx index 29cf17ec9180..c601fddef181 100644 --- a/svx/inc/svx/svdpage.hxx +++ b/svx/inc/svx/svdpage.hxx @@ -376,7 +376,6 @@ private: public: // construct/destruct SdrPageProperties(SdrPage& rSdrPage); - SdrPageProperties(const SdrPageProperties& rCandidate); virtual ~SdrPageProperties(); // Notify(...) from baseclass SfxListener |