summaryrefslogtreecommitdiff
path: root/oox/inc/oox
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2012-03-27 11:03:09 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-03-27 16:52:46 +0100
commit16410cdcb91b3d358ab2964deefe8d357cae613b (patch)
tree71a603da1ec9e74e1aadfc437f581ebd5b4f1c2f /oox/inc/oox
parent16244e7f241994fd0284b4ba77933d8fb2f25c1c (diff)
remove unused code (oox, sc)
Diffstat (limited to 'oox/inc/oox')
-rw-r--r--oox/inc/oox/dump/dumperbase.hxx4
-rw-r--r--oox/inc/oox/mathml/importutils.hxx4
-rw-r--r--oox/inc/oox/ppt/pptshape.hxx1
3 files changed, 0 insertions, 9 deletions
diff --git a/oox/inc/oox/dump/dumperbase.hxx b/oox/inc/oox/dump/dumperbase.hxx
index 534776b1e485..5989c1e3d9e4 100644
--- a/oox/inc/oox/dump/dumperbase.hxx
+++ b/oox/inc/oox/dump/dumperbase.hxx
@@ -1860,10 +1860,6 @@ public:
const BinaryInputStreamRef& rxStrm,
const ::rtl::OUString& rSysFileName );
- explicit XmlStreamObject(
- const OutputObjectBase& rParent,
- const BinaryInputStreamRef& rxStrm );
-
protected:
virtual void implDumpText( TextInputStream& rTextStrm );
};
diff --git a/oox/inc/oox/mathml/importutils.hxx b/oox/inc/oox/mathml/importutils.hxx
index 9b90681ffb0a..fc0e276495ac 100644
--- a/oox/inc/oox/mathml/importutils.hxx
+++ b/oox/inc/oox/mathml/importutils.hxx
@@ -213,10 +213,6 @@ public:
*/
bool findTag( int token );
/**
- Skips the given element (i.e. reads up to and including the matching closing tag).
- */
- void skipElement( int token );
- /**
Handle the current (unexpected) tag.
*/
void handleUnexpectedTag();
diff --git a/oox/inc/oox/ppt/pptshape.hxx b/oox/inc/oox/ppt/pptshape.hxx
index e06fda634af9..07ab72373b47 100644
--- a/oox/inc/oox/ppt/pptshape.hxx
+++ b/oox/inc/oox/ppt/pptshape.hxx
@@ -67,7 +67,6 @@ public:
static oox::drawingml::ShapePtr findPlaceholder( const sal_Int32 nMasterPlaceholder, std::vector< oox::drawingml::ShapePtr >& rShapes );
static oox::drawingml::ShapePtr findPlaceholderByIndex( const sal_Int32 nIdx, std::vector< oox::drawingml::ShapePtr >& rShapes );
- static oox::drawingml::ShapePtr findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondPlaceholder, std::vector< oox::drawingml::ShapePtr >& rShapes );
static oox::drawingml::TextListStylePtr getSubTypeTextListStyle( const SlidePersist& rSlidePersist, sal_Int32 nSubType );