summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/theme.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/theme.hxx')
-rw-r--r--include/oox/drawingml/theme.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/oox/drawingml/theme.hxx b/include/oox/drawingml/theme.hxx
index 6d64649f3a69..944e58b6e79c 100644
--- a/include/oox/drawingml/theme.hxx
+++ b/include/oox/drawingml/theme.hxx
@@ -56,9 +56,6 @@ class TextFont;
class OOX_DLLPUBLIC Theme
{
public:
- Theme();
- ~Theme();
-
void setStyleName( const OUString& rStyleName ) { maStyleName = rStyleName; }
ClrScheme& getClrScheme() { return maClrScheme; }