diff options
Diffstat (limited to 'include/svx/gridctrl.hxx')
-rw-r--r-- | include/svx/gridctrl.hxx | 2 |
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; |