diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-28 14:15:01 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-03 08:58:59 +0200 |
commit | 7b2c8b97715f17f2ddb534089389e961aa9d7fe1 (patch) | |
tree | cb63ba338207b315cdb40fecdd088f601624849a /sfx2/source/sidebar/Paint.cxx | |
parent | e395801fd2c303ab5b7a182d102ea6c833369c2b (diff) |
remove unused code in sfx2::sidebar
sfx2::sidebar::ContextList::IsEmpty()
sfx2::sidebar::Deck::PrintWindowTree(std::vector<sfx2::sidebar::Panel*> > const&)
sfx2::sidebar::EnumContext::EvaluateMatch(sfx2::sidebar::EnumContext const&) const
sfx2::sidebar::EnumContext::GetContext() const
sfx2::sidebar::Paint::Set(sfx2::sidebar::Paint const&)
sfx2::sidebar::Panel::PrintWindowTree()
sfx2::sidebar::SidebarDockingWindow::GetChildWindow()
Change-Id: I285567320677a831b2b786f4f73b000eed39987b
Diffstat (limited to 'sfx2/source/sidebar/Paint.cxx')
-rw-r--r-- | sfx2/source/sidebar/Paint.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sfx2/source/sidebar/Paint.cxx b/sfx2/source/sidebar/Paint.cxx index d2819bc1f3f4..ac9082c50d43 100644 --- a/sfx2/source/sidebar/Paint.cxx +++ b/sfx2/source/sidebar/Paint.cxx @@ -67,15 +67,6 @@ Paint Paint::Create (const cssu::Any& rValue) -void Paint::Set (const Paint& rOther) -{ - meType = rOther.meType; - maValue = rOther.maValue; -} - - - - Paint::Type Paint::GetType (void) const { return meType; |