summaryrefslogtreecommitdiffstats
path: root/sd/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-09 10:22:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-09 10:22:42 +0100
commite80486eb27163033eae39cffbcaeeff52902d61d (patch)
tree0e9367f3c60eab08555760582e1f597ceefaf38f /sd/inc
parentMerge remote-tracking branch 'origin/libreoffice-3-4' (diff)
downloadcore-e80486eb27163033eae39cffbcaeeff52902d61d.tar.gz
core-e80486eb27163033eae39cffbcaeeff52902d61d.zip
Resolves: fdo#34723 unused variables and arguments
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/drawdoc.hxx24
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,