summaryrefslogtreecommitdiff
path: root/sd/inc/drawdoc.hxx
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-05-05 17:39:48 +0200
committerChristian Lippka <christian.lippka@sun.com>2010-05-05 17:39:48 +0200
commit58dd850178eb0151f03351b0599fcb88e6b499a8 (patch)
tree7a005c45abf348b2c29e9748392d52c9383e2236 /sd/inc/drawdoc.hxx
parent1875ea687b2c5c45fe3df626c05ca5f483417269 (diff)
#i89450# removed unused code
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r--sd/inc/drawdoc.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index 1d801baa5d3c..6811da762934 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -441,7 +441,6 @@ public:
CharClass* GetCharClass() const { return mpCharClass; }
void RestoreLayerNames();
- void MakeUniqueLayerNames();
void UpdateAllLinks();
@@ -465,18 +464,6 @@ public:
static SdDrawDocument* pDocLockedInsertingLinks; // static to prevent recursions while resolving links
- /** This method acts as a simplified front end for the more complex
- <member>CreatePage()</member> method.
- @param nPageNum
- The page number as passed to the <member>GetSdPage()</member>
- method from which to use certain properties for the new pages.
- These include the auto layout.
- @return
- Returns an index of the inserted pages that can be used with the
- <member>GetSdPage()</member> method.
- */
- USHORT CreatePage (USHORT nPageNum);
-
/** Create and insert a set of two new pages: a standard (draw) page and
the associated notes page. The new pages are inserted direclty
after the specified page set.
@@ -687,7 +674,6 @@ namespace sd
class ModifyGuard
{
public:
- ModifyGuard( DrawDocShell* pDocShell );
ModifyGuard( SdDrawDocument* pDoc );
~ModifyGuard();