summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-02 23:16:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-05 10:54:19 +0100
commitaf60795f76f04e5a0315eeaa4cb9c5a90f4ae90c (patch)
tree529f6d32a19fc394afec567ad246dfb3f5522538 /xmloff/inc
parent2e28244ad3cf526b99b1e555526b26bf89c5ce8d (diff)
callcatcher: some more unused code
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xmloff/shapeimport.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/inc/xmloff/shapeimport.hxx b/xmloff/inc/xmloff/shapeimport.hxx
index 80e4f861cfbe..564abd460b87 100644
--- a/xmloff/inc/xmloff/shapeimport.hxx
+++ b/xmloff/inc/xmloff/shapeimport.hxx
@@ -353,10 +353,7 @@ public:
const SvXMLTokenMap& Get3DPolygonBasedAttrTokenMap();
const SvXMLTokenMap& Get3DCubeObjectAttrTokenMap();
const SvXMLTokenMap& Get3DSphereObjectAttrTokenMap();
- const SvXMLTokenMap& Get3DSceneShapeAttrTokenMap();
const SvXMLTokenMap& Get3DLightAttrTokenMap();
- const SvXMLTokenMap& GetPathShapeAttrTokenMap();
- const SvXMLTokenMap& GetPolygonShapeAttrTokenMap();
// Styles and AutoStyles contexts
SvXMLStylesContext* GetStylesContext() const { return mpStylesContext; }
@@ -421,10 +418,6 @@ public:
static SvXMLImportPropertyMapper* CreateShapePropMapper(
const com::sun::star::uno::Reference< com::sun::star::frame::XModel>& rModel, SvXMLImport& rImport );
- /** creates a shape property set mapper that can be used for non shape elements */
- static SvXMLImportPropertyMapper* CreateExternalShapePropMapper(
- const com::sun::star::uno::Reference< com::sun::star::frame::XModel>& rModel, SvXMLImport& rImport );
-
// #88546#
/** defines if the import should increment the progress bar or not */
void enableHandleProgressBar( sal_Bool bEnable = sal_True );