diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-02 17:36:46 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-02 17:38:56 +0100 |
commit | d05351723055dd56e8732c4ac2104cd8111e2a54 (patch) | |
tree | c9ec2dbb73af11b6796160004830f6e4113c88e8 /sc/source | |
parent | 6e3fbd15986804fa86a3c3a6ff49047da9c5d7f6 (diff) |
this method is not implemented
Change-Id: Ief364d7c835d75e6caf4fb0d639d8e67b7bdcd2a
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/inc/condformatdlgentry.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/inc/condformatdlgentry.hxx b/sc/source/ui/inc/condformatdlgentry.hxx index 9ff98407dcc8..885443d4b04a 100644 --- a/sc/source/ui/inc/condformatdlgentry.hxx +++ b/sc/source/ui/inc/condformatdlgentry.hxx @@ -266,7 +266,6 @@ class ScIconSetFrmtEntry : public ScCondFrmtEntry typedef boost::ptr_vector<ScIconSetFrmtDataEntry> ScIconSetFrmtDateEntriesType; ScIconSetFrmtDateEntriesType maEntries; - ScFormatEntry* createIconSetEntry(); virtual rtl::OUString GetExpressionString(); void Init(); |