diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-08 10:59:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-09 13:03:05 +0100 |
commit | 52c5eb20fd96d63e17cb9cd18912030131bcc787 (patch) | |
tree | 09fb6cb6cfaa3e1ce3bad55fbf02285d510d70ef /sd | |
parent | c6cfd44717643b0630b5f8fd3262c243fdaaf239 (diff) |
-Werror=unused-local-typedefs (GCC 4.8)
Change-Id: Ib1dedbe8e273463fa47573486d67dc9d509953db
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/RemoteDialogClientBox.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/toolpanel/controls/MasterPageObserver.cxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.cxx b/sd/source/ui/dlg/RemoteDialogClientBox.cxx index 8c4f129c203f..2694218cdf2d 100644 --- a/sd/source/ui/dlg/RemoteDialogClientBox.cxx +++ b/sd/source/ui/dlg/RemoteDialogClientBox.cxx @@ -201,8 +201,6 @@ void ClientBox::DeleteRemoved() if ( ! m_vRemovedEntries.empty() ) { - typedef std::vector< TClientBoxEntry >::iterator ITER; - m_vRemovedEntries.clear(); } diff --git a/sd/source/ui/toolpanel/controls/MasterPageObserver.cxx b/sd/source/ui/toolpanel/controls/MasterPageObserver.cxx index cd7df65920d3..1eb94c9db5a2 100644 --- a/sd/source/ui/toolpanel/controls/MasterPageObserver.cxx +++ b/sd/source/ui/toolpanel/controls/MasterPageObserver.cxx @@ -225,7 +225,6 @@ void MasterPageObserver::Implementation::AddEventListener ( // Tell the new listener about all the master pages that are // currently in use. - typedef ::std::vector<String> StringList; MasterPageContainer::iterator aDocumentIterator; for (aDocumentIterator=maUsedMasterPages.begin(); aDocumentIterator!=maUsedMasterPages.end(); |