diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-18 11:15:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-18 15:50:02 +0100 |
commit | 0c0228c4887ac3534cfb6679886f459850a65777 (patch) | |
tree | 6d60069fdbd55c36d67d30f4df95dbdd65732e7e /sc/source/ui/inc | |
parent | 07355d267013ad2ea31479d4d745fbc8f88e232e (diff) |
callcatcher: update unused code
Change-Id: I43dd399368953c629916dad8104a296f837a6344
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/anyrefdg.hxx | 7 | ||||
-rw-r--r-- | sc/source/ui/inc/condformatmgr.hxx | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx index eef11c9b442c..5bcc688a96d4 100644 --- a/sc/source/ui/inc/anyrefdg.hxx +++ b/sc/source/ui/inc/anyrefdg.hxx @@ -261,13 +261,6 @@ void ScRefHdlrImplBase<TWindow, bBindRef>::StateChanged( StateChangedType nState ScRefHandler::stateChanged( nStateChange, bBindRef ); } -class ScAnyRefModalDlg : public ScRefHdlModalImpl -{ -public: - ScAnyRefModalDlg(vcl::Window* pParent, const OUString& rID, - const OUString& rUIXMLDescription); -}; - template<class TDerived, class TBase, bool bBindRef = true> struct ScRefHdlrImpl: ScRefHdlrImplBase< TBase, bBindRef > { diff --git a/sc/source/ui/inc/condformatmgr.hxx b/sc/source/ui/inc/condformatmgr.hxx index 76e26fd34202..d713383a6ece 100644 --- a/sc/source/ui/inc/condformatmgr.hxx +++ b/sc/source/ui/inc/condformatmgr.hxx @@ -41,7 +41,6 @@ public: void DeleteSelection(); ScConditionalFormat* GetSelection(); - void Update(); virtual void Resize() SAL_OVERRIDE; }; |