summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-06-25 14:36:15 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-25 15:04:47 +0200
commitca18092a78b04ceccfae259cd89f1b361914760e (patch)
tree3739bfb726e5f1a353f13a85c16ae8b8b2563289 /include/svx
parentc9d53bbe6efe7d2963a46fc5ac843f79672baf1f (diff)
remove spurious com::sun::star::text prefix
Change-Id: I98d2fc7de3c2d3f95fb96192da83761ac1146172
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/gridctrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx
index 0170cb2cddd9..8b73b5fb89e5 100644
--- a/include/svx/gridctrl.hxx
+++ b/include/svx/gridctrl.hxx
@@ -63,7 +63,7 @@ enum GridRowStatus
class DbGridRow : public SvRefBase
{
- ::com::sun::star::uno::Any m_aBookmark; // ::com::sun::star::text::Bookmark of the row, can be set
+ ::com::sun::star::uno::Any m_aBookmark; // Bookmark of the row, can be set
DbDataColumns m_aVariants;
GridRowStatus m_eStatus;
bool m_bIsNew;