diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-18 12:00:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-18 12:00:15 +0200 |
commit | 0d5ff972fb51d11f01e8062e73a24dd4bab60417 (patch) | |
tree | ee89de6a075ee88e2af63963396168fab6b9b504 /sd | |
parent | 968e6b5e66da73d6cd1f07d46db015d1f339c509 (diff) |
SAL_WARN_UNUSED Link
Change-Id: I646677611e46a7e33e977a5afeea9bf831b28733
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/DocumentRenderer.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/view/DocumentRenderer.cxx b/sd/source/ui/view/DocumentRenderer.cxx index 0fae5cacf632..c9b38a6c6b99 100644 --- a/sd/source/ui/view/DocumentRenderer.cxx +++ b/sd/source/ui/view/DocumentRenderer.cxx @@ -1609,7 +1609,6 @@ private: Size( nRotatedWidth, nRotatedHeight ) ); } - Link<> aOldLink; Outliner* pOutliner = mrBase.GetDocument()->GetInternalOutliner(); pOutliner->Init(OUTLINERMODE_OUTLINEVIEW); const sal_uInt16 nSavedOutlMode (pOutliner->GetMode()); |