diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-09 10:22:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-09 10:22:42 +0100 |
commit | e80486eb27163033eae39cffbcaeeff52902d61d (patch) | |
tree | 0e9367f3c60eab08555760582e1f597ceefaf38f /sd/inc/drawdoc.hxx | |
parent | 4a09d16972dafb48293a14c3070da610d0c238d1 (diff) |
Resolves: fdo#34723 unused variables and arguments
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r-- | sd/inc/drawdoc.hxx | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 7c74a3dc6524..302a79c3460c 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -538,16 +538,6 @@ public: @param sNotesPageName Name of the standard page. An empty string leads to using an automatically created name. - @param eStandardLayout - Layout to use for the new standard page. Note that this layout - is not used when the given <argument>pCurrentPage</argument> is - not a standard page. In this case the layout is taken from the - standard page associated with <argument>pCurrentPage</argument>. - @param eNotesLayout - Layout to use for the new notes page. Note that this layout - is not used when the given <argument>pCurrentPage</argument> is - not a notes page. In this case the layout is taken from the - notes page associated with <argument>pCurrentPage</argument>. @param bIsPageBack This flag indicates whether to show the background shape. @param bIsPageObj @@ -565,8 +555,6 @@ public: PageKind ePageKind, const String& sStandardPageName, const String& sNotesPageName, - AutoLayout eStandardLayout, - AutoLayout eNotesLayout, sal_Bool bIsPageBack, sal_Bool bIsPageObj, const sal_Int32 nInsertPosition = -1); @@ -609,16 +597,6 @@ private: @param sNotesPageName Name of the standard page. An empty string leads to using an automatically created name. - @param eStandardLayout - Layout to use for the new standard page. Note that this layout - is not used when the given <argument>pCurrentPage</argument> is - not a standard page. In this case the layout is taken from the - standard page associated with <argument>pCurrentPage</argument>. - @param eNotesLayout - Layout to use for the new notes page. Note that this layout - is not used when the given <argument>pCurrentPage</argument> is - not a notes page. In this case the layout is taken from the - notes page associated with <argument>pCurrentPage</argument>. @param bIsPageBack This flag indicates whether to show the background shape. @param bIsPageObj @@ -640,8 +618,6 @@ private: PageKind ePageKind, const String& sStandardPageName, const String& sNotesPageName, - AutoLayout eStandardLayout, - AutoLayout eNotesLayout, sal_Bool bIsPageBack, sal_Bool bIsPageObj, SdPage* pStandardPage, |