summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/View.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-24 08:32:42 +0200
committerNoel Grandin <noel@peralex.com>2016-03-24 11:41:01 +0200
commitc09d0aa46ceaeb96869eae1a23a86040189472f4 (patch)
tree747da0f79cad58b31ddc04d57259e972f04dd22a /sd/source/ui/inc/View.hxx
parent0f543e38722f25a2969d500513167a3305097ed8 (diff)
loplugin:constantparam in sd
Change-Id: I1a7f4cab28a70c45e5232e1c44f6ca6f7b014bff
Diffstat (limited to 'sd/source/ui/inc/View.hxx')
-rw-r--r--sd/source/ui/inc/View.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx
index dc4893a7f30e..17e6fe6e2005 100644
--- a/sd/source/ui/inc/View.hxx
+++ b/sd/source/ui/inc/View.hxx
@@ -142,18 +142,14 @@ public:
bool InsertMetaFile( TransferableDataHelper& rDataHelper,
const Point& rInsertPos,
ImageMap* pImageMap, bool bOptimize );
-
SdrGrafObj* InsertGraphic( const Graphic& rGraphic,
sal_Int8& rAction, const Point& rPos,
SdrObject* pSelectedObj, ImageMap* pImageMap );
void InsertMediaURL( const OUString& rMediaURL, sal_Int8& rAction,
const Point& rPos, const Size& rSize,
bool const bLink );
-
void Insert3DModelURL( const OUString& rModelURL, sal_Int8& rAction,
- const Point& rPos, const Size& rSize,
- bool const bLink );
-
+ const Point& rPos, const Size& rSize );
SdrMediaObj* InsertMediaObj( const OUString& rURL, const OUString& rMimeType, sal_Int8& rAction,
const Point& rPos, const Size& rSize );