summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/gridwin.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-03-10 12:02:43 +0900
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-03-10 16:02:45 +0900
commita099abe9ffd5e90b7cb4d488e25df4fce3099a48 (patch)
tree407e1bfe5b1a2ea32c4915b94beb5fb0c4e94b03 /sc/source/ui/inc/gridwin.hxx
parenteeb3467569ef51640eb948f97668fa62597697b1 (diff)
GridWindow: change pNoteMarker to unique_ptr
Change-Id: I1e141632172f53ddbd2f5f434206646c9a1e9cf0
Diffstat (limited to 'sc/source/ui/inc/gridwin.hxx')
-rw-r--r--sc/source/ui/inc/gridwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index a30afe2b7048..ac158bfec473 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -134,7 +134,7 @@ class ScGridWindow : public vcl::Window, public DropTargetHelper, public DragSou
ScHSplitPos eHWhich;
ScVSplitPos eVWhich;
- ScNoteMarker* pNoteMarker;
+ std::unique_ptr<ScNoteMarker> mpNoteMarker;
std::unique_ptr<ScFilterListBox> mpFilterBox;
std::unique_ptr<FloatingWindow> mpFilterFloat;